home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
c
/
dice-3.16.lha
/
examples
/
Printer_Driver
/
README
< prev
next >
Wrap
Text File
|
1998-09-27
|
616b
|
18 lines
PRINTER DRIVER EXAMPLE README
Enclosed is example printer driver code for DICE. Essentially it
is the same as commodore printer driver code with the following
exceptions:
* uses a DICE startup for Init/Expunge which means that you can use
DICE's auto-library open/close capability (i.e. not have to
manually open intuition.library, graphics.library, etc...)
* uses the small-data model, meaning that all interface functions
are qualified with __geta4
Also, const data declarations are used for read-only data whenever
possible to reduce data segment overhead.